home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / InsPaneWindowFrame.nib / data.classes next >
Text File  |  1994-03-08  |  570b  |  40 lines

  1. InsPane = {
  2.     ACTIONS = {
  3.     sendOk:;
  4.     };
  5.     OUTLETS = {
  6.     selection;
  7.     inspector;
  8.     window;
  9.     colorPanel;
  10.     ourView;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. InsPaneWindowFrame = {
  20.     ACTIONS = {
  21.     recordLocation:;
  22.     setRememberLocMode:;
  23.     propertyChanged:;
  24.     };
  25.     OUTLETS = {
  26.     locationForm;
  27.     minHeightField;
  28.     maxHeightField;
  29.     minWidthField;
  30.     rememberLocationMatrix;
  31.     maxWidthField;
  32.     recordLocationButton;
  33.     optionsMatrix;
  34.     propMatrix;
  35.     behaviorMatrix;
  36.     miniIconField;
  37.     };
  38.     SUPERCLASS = InsPane;
  39. };
  40.